﻿/*
******************************
********** author:@zhou小白猪
********** css:foot.css
********** 说明:脚部样式
******************************
*/

.foot_box{
	width:100%;
	height: auto;
	min-height: 190px;
	float: left;
	background: #f4f5f9;
	border-top: 1px solid #d7d7d7;
}
.foot_ewm{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 8px;
}
.foot_text{
	width: 100%;
	height: auto;
	line-height: 25px;
	float: left;
	text-align: center;
	font-size: 14px;
	color:#333;
}

.foot_box1{
	width:100%;
	height: auto;
	min-height: 190px;
	background: #f4f5f9;
	border-top: 1px solid #d7d7d7;
}
.foot_middle{
	width: 1200px;
    height: 190px;
    margin: 0 auto;
    padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:center;
}
.foot_info{
	width: 70%;
	height: auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:center;
}
.foot_info_1{
	width: 50%;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
.foot_info_2{
	width: 50%;
	height: auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:center;
	column-gap: 10px;
}
.foot_code{
	width: 30%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items:center;
	column-gap: 10px;
}
.foot_codeimg{
	display: flex;
	flex-direction:column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:center;
	line-height: 26px;
}
.foot_codeimg img{
	width: 120px;
	height: 120px;
}
